Float

Returns the floating point representation of a value.

Syntax

Float(Value)

Arguments

Argument Description
Value Value to convert.

Return value

Value Description
Value Floating point number.

Example

numFloat = Float(1.234567 * 10^5)

PrintLn numFloat